Auto merge of #1966 - alexcrichton:fix-doc-again, r=huonw
authorbors <bors@rust-lang.org>
Fri, 4 Sep 2015 17:40:35 +0000 (17:40 +0000)
committerbors <bors@rust-lang.org>
Fri, 4 Sep 2015 17:40:35 +0000 (17:40 +0000)
commitec59a6c9f95b64fac3ef6f9aeb7223b0381adc7a
tree2fa72c4850355b40166a969d5411c58f9f6be199
parent71f2a9fa9ba95823ce77127c37d4dd6f442a95f3
parentd6a9aaf3ec6025c6ecacd6654ae57cb003f7366d
Auto merge of #1966 - alexcrichton:fix-doc-again, r=huonw

It's possible to have multiple dependencies of the same name for a project if a
dependency shows up multiple times as a target-specific dependency. This means
that we can't just find the first one with the relevant name and assume it's the
right one, we instead need to check all of them.